[INFO] cloning repository https://github.com/Pianisuto/LionClip
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Pianisuto/LionClip" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPianisuto%2FLionClip", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPianisuto%2FLionClip'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 30e48368b9893a75da97adaefa98c6118715174b
[INFO] checking Pianisuto/LionClip against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPianisuto%2FLionClip" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Pianisuto/LionClip
[INFO] finished tweaking git repo https://github.com/Pianisuto/LionClip
[INFO] tweaked toml for git repo https://github.com/Pianisuto/LionClip written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Pianisuto/LionClip on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Pianisuto/LionClip already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1b2fa241b076d87eb61bc880b338bc3f87ef1364db0ba182ba3c88c76a3a4802
[INFO] running `Command { std: "docker" "start" "1b2fa241b076d87eb61bc880b338bc3f87ef1364db0ba182ba3c88c76a3a4802", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b2fa241b076d87eb61bc880b338bc3f87ef1364db0ba182ba3c88c76a3a4802", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1b2fa241b076d87eb61bc880b338bc3f87ef1364db0ba182ba3c88c76a3a4802" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b2fa241b076d87eb61bc880b338bc3f87ef1364db0ba182ba3c88c76a3a4802", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1b2fa241b076d87eb61bc880b338bc3f87ef1364db0ba182ba3c88c76a3a4802" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling pkg-config v0.3.34
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling find-msvc-tools v0.1.11
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]    Compiling cc v1.4.3
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking x11rb-protocol v0.14.0
[INFO] [stderr]    Compiling lionclip v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling cfg-expr v0.20.8
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.38.2
[INFO] [stderr]    Compiling toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]    Compiling toml v1.1.4+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]    Compiling system-deps v7.0.8
[INFO] [stderr]    Compiling glib-macros v0.22.6
[INFO] [stderr]    Compiling glib-sys v0.22.8
[INFO] [stderr]    Compiling gobject-sys v0.22.6
[INFO] [stderr]    Compiling gio-sys v0.22.8
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.22.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.22.0
[INFO] [stderr]    Compiling pango-sys v0.22.0
[INFO] [stderr]    Compiling gdk4-sys v0.11.4
[INFO] [stderr]    Compiling graphene-sys v0.22.8
[INFO] [stderr]    Compiling gsk4-sys v0.11.4
[INFO] [stderr]    Compiling gtk4-sys v0.11.4
[INFO] [stderr]    Compiling gdk4-x11-sys v0.11.0
[INFO] [stderr]    Compiling libadwaita-sys v0.9.2
[INFO] [stderr]    Compiling glib-unix-sys v0.22.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling gtk4-macros v0.11.4
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]     Checking futures-executor v0.3.34
[INFO] [stderr]     Checking glib v0.22.8
[INFO] [stderr]     Checking x11rb v0.14.0
[INFO] [stderr]     Checking rusqlite v0.40.2
[INFO] [stderr]     Checking gio v0.22.8
[INFO] [stderr]     Checking cairo-rs v0.22.0
[INFO] [stderr]     Checking graphene-rs v0.22.8
[INFO] [stderr]     Checking glib-unix v0.22.8
[INFO] [stderr]     Checking gdk-pixbuf v0.22.0
[INFO] [stderr]     Checking pango v0.22.8
[INFO] [stderr]     Checking gdk4 v0.11.4
[INFO] [stderr]     Checking gsk4 v0.11.4
[INFO] [stderr]     Checking gdk4-x11 v0.11.4
[INFO] [stderr]     Checking gtk4 v0.11.4
[INFO] [stderr] error: could not compile `gtk4` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/40527f3e444fde1deb361751bdef9b9e11d1b971/bin/rustc --crate-name gtk4 --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gtk4-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v4_10"' --cfg 'feature="v4_2"' --cfg 'feature="v4_4"' --cfg 'feature="v4_6"' --cfg 'feature="v4_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("blueprint", "gio_v2_80", "gnome_42", "gnome_43", "gnome_44", "gnome_45", "gnome_46", "gnome_47", "gnome_48", "gnome_49", "gnome_50", "unsafe-assume-initialized", "v4_10", "v4_12", "v4_14", "v4_16", "v4_18", "v4_2", "v4_20", "v4_22", "v4_24", "v4_4", "v4_6", "v4_8", "xml_validation"))' -C metadata=4fb2c7cc96db7a6f -C extra-filename=-23e4a5d45d86d83f --out-dir /opt/rustwide/target/debug/build/gtk4/23e4a5d45d86d83f/out -L dependency=/opt/rustwide/target/debug/build/bitflags/db87789a40560d34/out -L dependency=/opt/rustwide/target/debug/build/cairo-rs/4b3f7d2a22457383/out -L dependency=/opt/rustwide/target/debug/build/cairo-sys-rs/2011abece9af7ed4/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/9dfbbeca76801ad8/out -L dependency=/opt/rustwide/target/debug/build/futures-core/c984685148f5d59a/out -L dependency=/opt/rustwide/target/debug/build/futures-executor/b8b9687b280773e4/out -L dependency=/opt/rustwide/target/debug/build/futures-io/d4a4ec6f0988e2f3/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/4d1e9da9f9a9ef5f/out -L dependency=/opt/rustwide/target/debug/build/futures-task/5c423cec184f0429/out -L dependency=/opt/rustwide/target/debug/build/futures-util/4f99ba0f8779d6bc/out -L dependency=/opt/rustwide/target/debug/build/gdk-pixbuf-sys/7742790a98af2fab/out -L dependency=/opt/rustwide/target/debug/build/gdk-pixbuf/549c2c865bb43089/out -L dependency=/opt/rustwide/target/debug/build/gdk4-sys/f19d7933634fb853/out -L dependency=/opt/rustwide/target/debug/build/gdk4/a37ac7412487a4e9/out -L dependency=/opt/rustwide/target/debug/build/gio-sys/dbfef4b48a8110f5/out -L dependency=/opt/rustwide/target/debug/build/gio/bb9979c7ae3ba317/out -L dependency=/opt/rustwide/target/debug/build/glib-macros/8d08485f25d8c5d4/out -L dependency=/opt/rustwide/target/debug/build/glib-sys/147b212ec59c6135/out -L dependency=/opt/rustwide/target/debug/build/glib/8ba720f46810336e/out -L dependency=/opt/rustwide/target/debug/build/gobject-sys/2b62ace54f4fe8da/out -L dependency=/opt/rustwide/target/debug/build/graphene-rs/cce55430106b1143/out -L dependency=/opt/rustwide/target/debug/build/graphene-sys/1ff267b701633e29/out -L dependency=/opt/rustwide/target/debug/build/gsk4-sys/415fc6f9cddd1619/out -L dependency=/opt/rustwide/target/debug/build/libc/d992f0339d79e3bd/out -L dependency=/opt/rustwide/target/debug/build/memchr/fb4600d09f30ee91/out -L dependency=/opt/rustwide/target/debug/build/memoffset/1c4fc83b3f959a60/out -L dependency=/opt/rustwide/target/debug/build/pango-sys/99483ff691a5afb8/out -L dependency=/opt/rustwide/target/debug/build/pango/29dd588fa03cb668/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/939ff28c23f518de/out -L dependency=/opt/rustwide/target/debug/build/slab/ed05575c33ae17f2/out -L dependency=/opt/rustwide/target/debug/build/smallvec/7feb0919af5e2056/out --extern cairo=/opt/rustwide/target/debug/build/cairo-rs/4b3f7d2a22457383/out/libcairo-4b3f7d2a22457383.rmeta --extern field_offset=/opt/rustwide/target/debug/build/field-offset/5e3dffd4e5270388/out/libfield_offset-5e3dffd4e5270388.rmeta --extern futures_channel=/opt/rustwide/target/debug/build/futures-channel/9dfbbeca76801ad8/out/libfutures_channel-9dfbbeca76801ad8.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/build/gdk-pixbuf/549c2c865bb43089/out/libgdk_pixbuf-549c2c865bb43089.rmeta --extern gdk=/opt/rustwide/target/debug/build/gdk4/a37ac7412487a4e9/out/libgdk4-a37ac7412487a4e9.rmeta --extern gio=/opt/rustwide/target/debug/build/gio/bb9979c7ae3ba317/out/libgio-bb9979c7ae3ba317.rmeta --extern glib=/opt/rustwide/target/debug/build/glib/8ba720f46810336e/out/libglib-8ba720f46810336e.rmeta --extern graphene=/opt/rustwide/target/debug/build/graphene-rs/cce55430106b1143/out/libgraphene-cce55430106b1143.rmeta --extern gsk=/opt/rustwide/target/debug/build/gsk4/7091bae2bc0c4e7d/out/libgsk4-7091bae2bc0c4e7d.rmeta --extern gtk4_macros=/opt/rustwide/target/debug/build/gtk4-macros/8b7e7172378236af/out/libgtk4_macros-8b7e7172378236af.so --extern gtk4_sys=/opt/rustwide/target/debug/build/gtk4-sys/3ca307909c2d5567/out/libgtk4_sys-3ca307909c2d5567.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/d992f0339d79e3bd/out/liblibc-d992f0339d79e3bd.rmeta --extern pango=/opt/rustwide/target/debug/build/pango/29dd588fa03cb668/out/libpango-29dd588fa03cb668.rmeta --cap-lints allow --cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "1b2fa241b076d87eb61bc880b338bc3f87ef1364db0ba182ba3c88c76a3a4802", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b2fa241b076d87eb61bc880b338bc3f87ef1364db0ba182ba3c88c76a3a4802", kill_on_drop: false }`
[INFO] [stdout] 1b2fa241b076d87eb61bc880b338bc3f87ef1364db0ba182ba3c88c76a3a4802
